home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15927 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: sawasdee.cc.columbia.edu!fr6
  2. From: Felix Rosado <fr6@columbia.edu>
  3. Newsgroups: comp.lang.c++
  4. Subject: ***Language Construction
  5. Date: Mon, 8 Apr 1996 18:18:02 -0400
  6. Organization: Columbia University
  7. Message-ID: <Pine.SUN.3.91.960408175733.12401A-100000@sawasdee.cc.columbia.edu>
  8. NNTP-Posting-Host: sawasdee.cc.columbia.edu
  9. Mime-Version: 1.0
  10. Content-Type: TEXT/PLAIN; charset=US-ASCII
  11. X-Sender: fr6@sawasdee.cc.columbia.edu
  12.  
  13.  
  14.  
  15.  
  16.     I am interested to hear from anyone who has constructed a new
  17.     language or created an interpreter or compiler using C++.
  18.  
  19.     My main concern:  are there any tips to creating, for example,
  20.     a Visual BASIC or REXX-like language using C++ as opposed to
  21.     using C or the lex/yacc combination?  Are there any books that
  22.     detail how the object-oriented nature of C++ allows for easier
  23.     creation of grammar-parsers or is the process of building an
  24.     interpreter or compiler pretty much the same in C and C++?
  25.  
  26.  
  27.     BONUS QUESTION:  How would someone go about creating a parser
  28.     for the Windows 95 / NT environment?
  29.  
  30.     I am not asking for a treatise on this particular subject because
  31.     90% of you probably couldn't care less;  I'm merely wondering
  32.     if there are any texts or articles that deal with this topic.
  33.  
  34.                     Thanks!
  35.  
  36.                     Felix A. Rosado    
  37.                     fr6@columbia.edu
  38.  
  39.